Welcome![Sign In][Sign Up]
Location:
Search - TCP Server

Search list

[Internet-NetworkVB(TCP-IP)

Description: 用VB实现客户——服务器(TCP/IP)编程实例。-With VB client- server (TCP/IP) programming examples.
Platform: | Size: 2048 | Author: sandy | Hits:

[Windows CETCP

Description: WINCE TCP程序,基于VS2005,100%可以行,包括TCP 服务器和TCP 客户端-WINCE TCP procedures, based on the VS2005, 100 can be lines, including TCP Server and TCP Client
Platform: | Size: 93184 | Author: 张国威 | Hits:

[TCP/IP stackTCP_Listener

Description: TCP服务器监听程序,用于GPS车载终端的TCP/IP通讯:发送/接受命令和短信等,(VS.NET c#)-TCP server listener for GPS car terminal TCP/IP communication: send/accept the message, such as orders and, (VS.NET c#)
Platform: | Size: 27648 | Author: whj | Hits:

[TCP/IP stacktcp

Description: windows编程,写的tcp的服务器和客户端程序-windows programming, written by tcp server and client program
Platform: | Size: 133120 | Author: 俊马 | Hits:

[TCP/IP stacktcp

Description: TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。-TCP network debugger can be used to carry out this procedure debugging TCP communication, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server.
Platform: | Size: 55296 | Author: 韩波 | Hits:

[TCP/IP stackTcpServer

Description: 这是一个关于TCP服务器端的代码,是用WINSOCHET编写的-It is a TCP server-side code is written WINSOCHET
Platform: | Size: 1725440 | Author: 方格拉 | Hits:

[Internet-Networktcp

Description: windows 网络编程。tcp服务器端,客户段源代码。-windows network programming. tcp server-side, customer segment the source code.
Platform: | Size: 63488 | Author: amwfge | Hits:

[CSharpModbus_TCP_class_demo

Description: modbus/tcp server的测试程序-modbus/tcp server test procedures
Platform: | Size: 72704 | Author: baimeng | Hits:

[TCP/IP stackTCP

Description: 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-This procedure can be used for TCP communication debugging, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server. This procedure in the preparation of some of their own server or client process more useful when debugging.
Platform: | Size: 1963008 | Author: 雷钊 | Hits:

[TCP/IP stacktcp

Description: 一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。-A simple network communication system, communication between the two sides to send and receive messages, including server and client design. Realize the client to receive keyboard input string to the server server receives, it will reverse the string to return to the client client shows the server returned to the reverse string.
Platform: | Size: 3840000 | Author: jjf | Hits:

[Internet-Networktcp_Server

Description: vc++写的 tcp server端 ,监听TCP的端口,进行数据的接收 用于TCP网络协议的学习 -vc++ written client tcp server, monitor TCP port, for data reception for the TCP network protocol of the study
Platform: | Size: 22528 | Author: meng9999 | Hits:

[Otherlxtcpserver

Description: 用VB编写的一个TCP服务器软件。。。可以作为GPRS的调试工具用-VB prepared using a TCP server software. . . GPRS can be used as debugging tools
Platform: | Size: 6283264 | Author: GHN | Hits:

[Linux-Unixspserver-0[1].8.5.src.tar

Description: spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。 spserver 使用 c++ 实现,目前实现了以下功能: 1.封装了 TCP server 中接受连接的功能; 2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制; 3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。 4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架) -spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (please refer to: SPWebServer: a web server based on the framework of SPServer)
Platform: | Size: 71680 | Author: Eagle518 | Hits:

[TCP/IP stacksockettool2

Description: TCP/UDP Socket调试工具提供了TCP Server,TCP Client,UDP Server,UDP Client,UDP Group 五种Socket调试方案。-TCP/UDP Socket debug tools provide TCP Server, TCP Client, UDP Server, UDP Client, UDP Group Five Socket debug the program.
Platform: | Size: 1831936 | Author: 钱小龙 | Hits:

[TCP/IP stacktcp

Description: 本程序是用eclipse写的一个tcp服务器和客户机程序-This procedure is used eclipse to write a tcp server and client program
Platform: | Size: 4096 | Author: zhuwen | Hits:

[Internet-NetworkTCP.UDP

Description: 本人写的一个TCP/UDP通信的界面软件,支持UDP和TCP server端,简单易用-I wrote a TCP/UDP communications interface software, to support the UDP and TCP server-side, easy-to-use
Platform: | Size: 1926144 | Author: qinhongjun | Hits:

[Linux-Unixserver

Description: 这是基于QT2.3.10的TCP服务器端程序-This is based on the TCP server-side QT2.3.10 procedures
Platform: | Size: 19456 | Author: 院校斌 | Hits:

[Linux-Unixtcp

Description: 最简单的socket编程,server 和 client-The most simple socket programming, server and client
Platform: | Size: 1024 | Author: fcode | Hits:

[TCP/IP stackMultiServer

Description: visual basic编写的一个TCP服务器程序,可以用于网络编程的调试。-A TCP Server program based on Visual Basic.
Platform: | Size: 12288 | Author: 老章 | Hits:

[TCP/IP stackTCP

Description: TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
Platform: | Size: 1905664 | Author: 阿平 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net